<feed xmlns='http://www.w3.org/2005/Atom'>
<title>{non-gerrit}/qt-labs/coroutine.git/tools, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/'/>
<entry>
<title>Add license headers.</title>
<updated>2010-03-26T12:05:03+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-03-26T11:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/commit/?id=32f3f5b98f1e6ad8bee7b9e2386efb1cc9b71fce'/>
<id>32f3f5b98f1e6ad8bee7b9e2386efb1cc9b71fce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More documentation work: add a docs make target.</title>
<updated>2010-03-26T12:05:03+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-03-23T11:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/commit/?id=2f5e3071faf3a9ed5d957e38710dd10aa69957a7'/>
<id>2f5e3071faf3a9ed5d957e38710dd10aa69957a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate stack creation from construction.</title>
<updated>2010-03-26T12:05:03+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-03-23T09:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/commit/?id=86153c191a6e0a6228d6d6c705a3e3271a4239be'/>
<id>86153c191a6e0a6228d6d6c705a3e3271a4239be</id>
<content type='text'>
This allows having either a convenient Coroutine-owned stack or
passing in stack memory manually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows having either a convenient Coroutine-owned stack or
passing in stack memory manually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation updates.</title>
<updated>2010-03-26T12:05:03+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-03-23T08:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/commit/?id=f4dde2601b3fc5c495b563c61c57d949eed17afb'/>
<id>f4dde2601b3fc5c495b563c61c57d949eed17afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make build() function static inside Coroutine.</title>
<updated>2010-03-26T12:05:03+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-03-23T08:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/commit/?id=f05141cc12f73daf5901b5bfe5d1271b3a4f8449'/>
<id>f05141cc12f73daf5901b5bfe5d1271b3a4f8449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use function binding generator from QtConcurrent.</title>
<updated>2010-03-26T12:05:02+00:00</updated>
<author>
<name>Christian Kamm</name>
<email>christian.d.kamm@nokia.com</email>
</author>
<published>2010-03-22T16:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/{non-gerrit}/qt-labs/coroutine.git/commit/?id=9a87cb5347a888a104cab47c17f05f1f0aa7a133'/>
<id>9a87cb5347a888a104cab47c17f05f1f0aa7a133</id>
<content type='text'>
* Copy tools/codegenerator and tools/generatebuild from QtConcurrent
  and adapt for Coroutines. This allows coroutines from various callables
  to be created with a call to build(...).
* Add initial tests.
* Fix incorrect use of QThreadStorage.
* Fix severe typo in Coroutine::yieldHelper.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Copy tools/codegenerator and tools/generatebuild from QtConcurrent
  and adapt for Coroutines. This allows coroutines from various callables
  to be created with a call to build(...).
* Add initial tests.
* Fix incorrect use of QThreadStorage.
* Fix severe typo in Coroutine::yieldHelper.
</pre>
</div>
</content>
</entry>
</feed>
